home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- set the textFont of member "Name" to "Courier"
- set the textFont of member "Address" to "Courier"
- set the textFont of member "City" to "Courier"
- set the textFont of member "State" to "Courier"
- set the textFont of member "Zip" to "Courier"
- set the textFont of member "Country" to "Courier"
- set the textFont of member "Phone" to "Courier"
- set the textFont of member "Fax" to "Courier"
- set the textFont of member "Birthday" to "Courier"
- set the textFont of member "Card Number" to "Courier"
- set the textFont of member "Expires" to "Courier"
- repeat with i = 6 to 14
- set the cursor of sprite i to IQcursor
- end repeat
- repeat with i = 20 to 28
- set the cursor of sprite i to IQcursor
- end repeat
- end
-